Color Hex Logo

#ca2dee Color Hex

#CA2DEE
(202,45,238)
0 Favorites   0 Comments

Color spaces of #ca2dee

RGB 20245238
HSL0.800.850.55
HSV289°81°93°
CMYK 0.150.810.00   0.07
XYZ40.728120.606482.7197
Yxy20.60640.28270.1430
Hunter Lab45.394380.7116-76.2652
CIE-Lab52.516081.6266-64.3620

#ca2dee color RGB value is (202,45,238).

#ca2dee hex color red value is 202, green value is 45 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ca2dee hue: 0.80 , saturation: 0.85 and the lightness value of ca2dee is 0.55.

The process color (four color CMYK) of #ca2dee color hex is 0.15, 0.81, 0.00, 0.07. Web safe color of #ca2dee is #cc33ff. Color #ca2dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101101 11101110
Octal 312 55 356
Decimal 202 45 238
Hex CA 2D EE

RGB Percentages of Color #ca2dee

%41.65
%9.28
%49.07

CMYK Percentages of Color #ca2dee

%15
%81
%0
%7

Triadic Colors of #ca2dee

#ca2dee #eeca2d #2deeca

Analogous Colors of #ca2dee

#ca2dee #ee2db2 #6a2dee

Monochromatic Colors of #ca2dee

#ca2dee

Complementary Color

#ca2dee #51ee2d

#ca2dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca2dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca2dee Color CSS Codes

.mybgcolor {background-color:#ca2dee; } 
.myforecolor {color:#ca2dee; }
.mybordercolor {border:3px solid #ca2dee; }

#ca2dee Text Font Color

<p style="color:#ca2dee">Text here</p>

This sample text font color is #ca2dee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ca2dee Background Color

<div style="background-color:#ca2dee">
Div content here</div>

This div background color is #ca2dee


#ca2dee Border Color

<div style="border:3px solid #ca2dee">
Div here</div>

This div border color is #ca2dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,45,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca2dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca2dee;
  -webkit-box-shadow: 1px 1px 3px 2px #ca2dee;
  box-shadow:         1px 1px 3px 2px #ca2dee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,45,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca2dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca2dee;
  -webkit-box-shadow: 1px 1px 3px 2px #ca2dee;
  box-shadow:         1px 1px 3px 2px #ca2dee;">
Div content here</div>

This div box has shadow with color #ca2dee


Comments

No comments written yet.

Please login to write comment.