Color Hex Logo

#ca78dc Color Hex

#CA78DC
(202,120,220)
0 Favorites   0 Comments

Color spaces of #ca78dc

RGB 202120220
HSL0.800.590.67
HSV289°45°86°
CMYK 0.080.450.00   0.14
XYZ43.991931.156871.4054
Yxy31.15680.30020.2126
Hunter Lab55.818342.9987-36.7738
CIE-Lab62.639847.8013-38.1757

#ca78dc color RGB value is (202,120,220).

#ca78dc hex color red value is 202, green value is 120 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ca78dc hue: 0.80 , saturation: 0.59 and the lightness value of ca78dc is 0.67.

The process color (four color CMYK) of #ca78dc color hex is 0.08, 0.45, 0.00, 0.14. Web safe color of #ca78dc is #cc66cc. Color #ca78dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111000 11011100
Octal 312 170 334
Decimal 202 120 220
Hex CA 78 DC

RGB Percentages of Color #ca78dc

%37.27
%22.14
%40.59

CMYK Percentages of Color #ca78dc

%8
%45
%0
%14

Triadic Colors of #ca78dc

#ca78dc #dcca78 #78dcca

Analogous Colors of #ca78dc

#ca78dc #dc78bc #9878dc

Monochromatic Colors of #ca78dc

#ca78dc

Complementary Color

#ca78dc #8adc78

#ca78dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca78dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca78dc Color CSS Codes

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

#ca78dc Text Font Color

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

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


#ca78dc Background Color

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

This div background color is #ca78dc


#ca78dc Border Color

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

This div border color is #ca78dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca78dc


Comments

No comments written yet.

Please login to write comment.