Color Hex Logo

#ca8ced Color Hex

#CA8CED
(202,140,237)
0 Favorites   0 Comments

Color spaces of #ca8ced

RGB 202140237
HSL0.770.730.74
HSV278°41°93°
CMYK 0.150.410.00   0.07
XYZ49.021337.427184.7612
Yxy37.42710.28630.2186
Hunter Lab61.177735.9700-39.3214
CIE-Lab67.596240.6478-39.8507

#ca8ced color RGB value is (202,140,237).

#ca8ced hex color red value is 202, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ca8ced hue: 0.77 , saturation: 0.73 and the lightness value of ca8ced is 0.74.

The process color (four color CMYK) of #ca8ced color hex is 0.15, 0.41, 0.00, 0.07. Web safe color of #ca8ced is #cc99ff. Color #ca8ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001100 11101101
Octal 312 214 355
Decimal 202 140 237
Hex CA 8C ED

RGB Percentages of Color #ca8ced

%34.89
%24.18
%40.93

CMYK Percentages of Color #ca8ced

%15
%41
%0
%7

Triadic Colors of #ca8ced

#ca8ced #edca8c #8cedca

Analogous Colors of #ca8ced

#ca8ced #ed8ce0 #9a8ced

Monochromatic Colors of #ca8ced

#ca8ced

Complementary Color

#ca8ced #afed8c

#ca8ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8ced Color CSS Codes

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

#ca8ced Text Font Color

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

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


#ca8ced Background Color

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

This div background color is #ca8ced


#ca8ced Border Color

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

This div border color is #ca8ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8ced


Comments

No comments written yet.

Please login to write comment.