Color Hex Logo

#ca5dce Color Hex

#CA5DCE
(202,93,206)
0 Favorites   0 Comments

Color spaces of #ca5dce

RGB 20293206
HSL0.830.540.59
HSV298°55°81°
CMYK 0.020.550.00   0.19
XYZ39.412124.841561.1102
Yxy24.84150.31440.1982
Hunter Lab49.841253.9272-37.8064
CIE-Lab56.920758.5364-39.2484

#ca5dce color RGB value is (202,93,206).

#ca5dce hex color red value is 202, green value is 93 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ca5dce hue: 0.83 , saturation: 0.54 and the lightness value of ca5dce is 0.59.

The process color (four color CMYK) of #ca5dce color hex is 0.02, 0.55, 0.00, 0.19. Web safe color of #ca5dce is #cc66cc. Color #ca5dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011101 11001110
Octal 312 135 316
Decimal 202 93 206
Hex CA 5D CE

RGB Percentages of Color #ca5dce

%40.32
%18.56
%41.12

CMYK Percentages of Color #ca5dce

%2
%55
%0
%19

Triadic Colors of #ca5dce

#ca5dce #ceca5d #5dceca

Analogous Colors of #ca5dce

#ca5dce #ce5d9a #925dce

Monochromatic Colors of #ca5dce

#ca5dce

Complementary Color

#ca5dce #61ce5d

#ca5dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5dce Color CSS Codes

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

#ca5dce Text Font Color

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

This sample text font color is #ca5dce
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.


#ca5dce Background Color

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

This div background color is #ca5dce


#ca5dce Border Color

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

This div border color is #ca5dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5dce


Comments

No comments written yet.

Please login to write comment.