Color Hex Logo

#cf78cc Color Hex

#CF78CC
(207,120,204)
0 Favorites   0 Comments

Color spaces of #cf78cc

RGB 207120204
HSL0.840.480.64
HSV302°42°81°
CMYK 0.000.420.01   0.19
XYZ43.347731.058060.8369
Yxy31.05800.32050.2296
Hunter Lab55.729741.3140-25.7127
CIE-Lab62.556646.2628-29.2850

#cf78cc color RGB value is (207,120,204).

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

The process color (four color CMYK) of #cf78cc color hex is 0.00, 0.42, 0.01, 0.19. Web safe color of #cf78cc is #cc66cc. Color #cf78cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111000 11001100
Octal 317 170 314
Decimal 207 120 204
Hex CF 78 CC

RGB Percentages of Color #cf78cc

%38.98
%22.60
%38.42

CMYK Percentages of Color #cf78cc

%0
%42
%1
%19

Triadic Colors of #cf78cc

#cf78cc #cccf78 #78cccf

Analogous Colors of #cf78cc

#cf78cc #cf78a1 #a778cf

Monochromatic Colors of #cf78cc

#cf78cc

Complementary Color

#cf78cc #78cf7b

#cf78cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf78cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf78cc Color CSS Codes

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

#cf78cc Text Font Color

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

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


#cf78cc Background Color

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

This div background color is #cf78cc


#cf78cc Border Color

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

This div border color is #cf78cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf78cc


Comments

No comments written yet.

Please login to write comment.