Color Hex Logo

#cb6fbd Color Hex

#CB6FBD
(203,111,189)
0 Favorites   0 Comments

Color spaces of #cb6fbd

RGB 203111189
HSL0.860.470.62
HSV309°45°80°
CMYK 0.000.450.07   0.20
XYZ39.498327.739551.4166
Yxy27.73950.33290.2338
Hunter Lab52.668341.6956-21.0131
CIE-Lab59.652747.0322-25.3083

#cb6fbd color RGB value is (203,111,189).

#cb6fbd hex color red value is 203, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cb6fbd hue: 0.86 , saturation: 0.47 and the lightness value of cb6fbd is 0.62.

The process color (four color CMYK) of #cb6fbd color hex is 0.00, 0.45, 0.07, 0.20. Web safe color of #cb6fbd is #cc66cc. Color #cb6fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101111 10111101
Octal 313 157 275
Decimal 203 111 189
Hex CB 6F BD

RGB Percentages of Color #cb6fbd

%40.36
%22.07
%37.57

CMYK Percentages of Color #cb6fbd

%0
%45
%7
%20

Triadic Colors of #cb6fbd

#cb6fbd #bdcb6f #6fbdcb

Analogous Colors of #cb6fbd

#cb6fbd #cb6f8f #ab6fcb

Monochromatic Colors of #cb6fbd

#cb6fbd

Complementary Color

#cb6fbd #6fcb7d

#cb6fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6fbd Color CSS Codes

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

#cb6fbd Text Font Color

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

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


#cb6fbd Background Color

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

This div background color is #cb6fbd


#cb6fbd Border Color

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

This div border color is #cb6fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6fbd


Comments

No comments written yet.

Please login to write comment.