Color Hex Logo

#ca78cc Color Hex

#CA78CC
(202,120,204)
0 Favorites   0 Comments

Color spaces of #ca78cc

RGB 202120204
HSL0.830.450.64
HSV299°41°80°
CMYK 0.010.410.00   0.20
XYZ41.972730.349160.7725
Yxy30.34910.31540.2280
Hunter Lab55.090039.5904-26.8427
CIE-Lab61.954344.7457-30.2653

#ca78cc color RGB value is (202,120,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111000 11001100
Octal 312 170 314
Decimal 202 120 204
Hex CA 78 CC

RGB Percentages of Color #ca78cc

%38.40
%22.81
%38.78

CMYK Percentages of Color #ca78cc

%1
%41
%0
%20

Triadic Colors of #ca78cc

#ca78cc #ccca78 #78ccca

Analogous Colors of #ca78cc

#ca78cc #cc78a4 #a078cc

Monochromatic Colors of #ca78cc

#ca78cc

Complementary Color

#ca78cc #7acc78

#ca78cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca78cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca78cc Color CSS Codes

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

#ca78cc Text Font Color

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

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


#ca78cc Background Color

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

This div background color is #ca78cc


#ca78cc Border Color

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

This div border color is #ca78cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,120,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 #ca78cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca78cc


Comments

No comments written yet.

Please login to write comment.