Color Hex Logo

#cb53cf Color Hex

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

Color spaces of #cb53cf

RGB 20383207
HSL0.830.560.57
HSV298°60°81°
CMYK 0.020.600.00   0.19
XYZ38.984323.388061.4911
Yxy23.38800.31470.1888
Hunter Lab48.361159.2583-41.5343
CIE-Lab55.469863.4364-42.0920

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

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

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

Base Numbers

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

RGB Percentages of Color #cb53cf

%41.18
%16.84
%41.99

CMYK Percentages of Color #cb53cf

%2
%60
%0
%19

Triadic Colors of #cb53cf

#cb53cf #cfcb53 #53cfcb

Analogous Colors of #cb53cf

#cb53cf #cf5395 #8d53cf

Monochromatic Colors of #cb53cf

#cb53cf

Complementary Color

#cb53cf #57cf53

#cb53cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb53cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb53cf Color CSS Codes

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

#cb53cf Text Font Color

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

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


#cb53cf Background Color

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

This div background color is #cb53cf


#cb53cf Border Color

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

This div border color is #cb53cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb53cf


Comments

No comments written yet.

Please login to write comment.