Color Hex Logo

#ca68cd Color Hex

#CA68CD
(202,104,205)
0 Favorites   0 Comments

Color spaces of #ca68cd

RGB 202104205
HSL0.830.500.61
HSV298°49°80°
CMYK 0.010.490.00   0.20
XYZ40.326926.865060.8176
Yxy26.86500.31500.2099
Hunter Lab51.831548.1749-33.2872
CIE-Lab58.849253.0867-35.6596

#ca68cd color RGB value is (202,104,205).

#ca68cd hex color red value is 202, green value is 104 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ca68cd hue: 0.83 , saturation: 0.50 and the lightness value of ca68cd is 0.61.

The process color (four color CMYK) of #ca68cd color hex is 0.01, 0.49, 0.00, 0.20. Web safe color of #ca68cd is #cc66cc. Color #ca68cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101000 11001101
Octal 312 150 315
Decimal 202 104 205
Hex CA 68 CD

RGB Percentages of Color #ca68cd

%39.53
%20.35
%40.12

CMYK Percentages of Color #ca68cd

%1
%49
%0
%20

Triadic Colors of #ca68cd

#ca68cd #cdca68 #68cdca

Analogous Colors of #ca68cd

#ca68cd #cd689e #9868cd

Monochromatic Colors of #ca68cd

#ca68cd

Complementary Color

#ca68cd #6bcd68

#ca68cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca68cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca68cd Color CSS Codes

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

#ca68cd Text Font Color

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

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


#ca68cd Background Color

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

This div background color is #ca68cd


#ca68cd Border Color

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

This div border color is #ca68cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca68cd


Comments

No comments written yet.

Please login to write comment.