Color Hex Logo

#cb5fcf Color Hex

#CB5FCF
(203,95,207)
0 Favorites   0 Comments

Color spaces of #cb5fcf

RGB 20395207
HSL0.830.540.59
HSV298°54°81°
CMYK 0.020.540.00   0.19
XYZ39.983325.385961.8241
Yxy25.38590.31440.1996
Hunter Lab50.384453.4786-37.4826
CIE-Lab57.449558.0496-38.9765

#cb5fcf color RGB value is (203,95,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011111 11001111
Octal 313 137 317
Decimal 203 95 207
Hex CB 5F CF

RGB Percentages of Color #cb5fcf

%40.20
%18.81
%40.99

CMYK Percentages of Color #cb5fcf

%2
%54
%0
%19

Triadic Colors of #cb5fcf

#cb5fcf #cfcb5f #5fcfcb

Analogous Colors of #cb5fcf

#cb5fcf #cf5f9b #935fcf

Monochromatic Colors of #cb5fcf

#cb5fcf

Complementary Color

#cb5fcf #63cf5f

#cb5fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5fcf Color CSS Codes

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

#cb5fcf Text Font Color

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

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


#cb5fcf Background Color

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

This div background color is #cb5fcf


#cb5fcf Border Color

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

This div border color is #cb5fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5fcf


Comments

No comments written yet.

Please login to write comment.