Color Hex Logo

#cb5fcc Color Hex

#CB5FCC
(203,95,204)
0 Favorites   0 Comments

Color spaces of #cb5fcc

RGB 20395204
HSL0.830.520.59
HSV299°53°80°
CMYK 0.000.530.00   0.20
XYZ39.619925.240659.9105
Yxy25.24060.31750.2023
Hunter Lab50.240052.8473-35.5344
CIE-Lab57.309157.5163-37.4919

#cb5fcc color RGB value is (203,95,204).

#cb5fcc hex color red value is 203, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cb5fcc hue: 0.83 , saturation: 0.52 and the lightness value of cb5fcc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011111 11001100
Octal 313 137 314
Decimal 203 95 204
Hex CB 5F CC

RGB Percentages of Color #cb5fcc

%40.44
%18.92
%40.64

CMYK Percentages of Color #cb5fcc

%0
%53
%0
%20

Triadic Colors of #cb5fcc

#cb5fcc #cccb5f #5fcccb

Analogous Colors of #cb5fcc

#cb5fcc #cc5f97 #955fcc

Monochromatic Colors of #cb5fcc

#cb5fcc

Complementary Color

#cb5fcc #60cc5f

#cb5fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5fcc Color CSS Codes

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

#cb5fcc Text Font Color

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

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


#cb5fcc Background Color

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

This div background color is #cb5fcc


#cb5fcc Border Color

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

This div border color is #cb5fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5fcc


Comments

No comments written yet.

Please login to write comment.