Color Hex Logo

#ca67cc Color Hex

#CA67CC
(202,103,204)
0 Favorites   0 Comments

Color spaces of #ca67cc

RGB 202103204
HSL0.830.500.60
HSV299°50°80°
CMYK 0.010.500.00   0.20
XYZ40.106526.616760.1504
Yxy26.61670.31610.2098
Hunter Lab51.591448.4788-33.0123
CIE-Lab58.617853.3980-35.4539

#ca67cc color RGB value is (202,103,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100111 11001100
Octal 312 147 314
Decimal 202 103 204
Hex CA 67 CC

RGB Percentages of Color #ca67cc

%39.69
%20.24
%40.08

CMYK Percentages of Color #ca67cc

%1
%50
%0
%20

Triadic Colors of #ca67cc

#ca67cc #ccca67 #67ccca

Analogous Colors of #ca67cc

#ca67cc #cc679c #9867cc

Monochromatic Colors of #ca67cc

#ca67cc

Complementary Color

#ca67cc #69cc67

#ca67cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca67cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca67cc Color CSS Codes

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

#ca67cc Text Font Color

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

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


#ca67cc Background Color

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

This div background color is #ca67cc


#ca67cc Border Color

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

This div border color is #ca67cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca67cc


Comments

No comments written yet.

Please login to write comment.