Color Hex Logo

#cf53cb Color Hex

#CF53CB
(207,83,203)
0 Favorites   0 Comments

Color spaces of #cf53cb

RGB 20783203
HSL0.840.560.57
HSV302°60°81°
CMYK 0.000.600.02   0.19
XYZ39.604923.763758.9994
Yxy23.76370.32370.1942
Hunter Lab48.748059.7117-37.6347
CIE-Lab55.850463.7565-39.1718

#cf53cb color RGB value is (207,83,203).

#cf53cb hex color red value is 207, green value is 83 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cf53cb hue: 0.84 , saturation: 0.56 and the lightness value of cf53cb is 0.57.

The process color (four color CMYK) of #cf53cb color hex is 0.00, 0.60, 0.02, 0.19. Web safe color of #cf53cb is #cc66cc. Color #cf53cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010011 11001011
Octal 317 123 313
Decimal 207 83 203
Hex CF 53 CB

RGB Percentages of Color #cf53cb

%41.99
%16.84
%41.18

CMYK Percentages of Color #cf53cb

%0
%60
%2
%19

Triadic Colors of #cf53cb

#cf53cb #cbcf53 #53cbcf

Analogous Colors of #cf53cb

#cf53cb #cf538d #9553cf

Monochromatic Colors of #cf53cb

#cf53cb

Complementary Color

#cf53cb #53cf57

#cf53cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf53cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf53cb Color CSS Codes

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

#cf53cb Text Font Color

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

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


#cf53cb Background Color

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

This div background color is #cf53cb


#cf53cb Border Color

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

This div border color is #cf53cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,83,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf53cb


Comments

No comments written yet.

Please login to write comment.