Color Hex Logo

#cb6f9b Color Hex

#CB6F9B
(203,111,155)
0 Favorites   0 Comments

Color spaces of #cb6f9b

RGB 203111155
HSL0.920.470.62
HSV331°45°80°
CMYK 0.000.450.24   0.20
XYZ36.229426.431934.2027
Yxy26.43190.37400.2729
Hunter Lab51.412035.8159-3.4553
CIE-Lab58.444841.6477-7.6025

#cb6f9b color RGB value is (203,111,155).

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

The process color (four color CMYK) of #cb6f9b color hex is 0.00, 0.45, 0.24, 0.20. Web safe color of #cb6f9b is #cc6699. Color #cb6f9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101111 10011011
Octal 313 157 233
Decimal 203 111 155
Hex CB 6F 9B

RGB Percentages of Color #cb6f9b

%43.28
%23.67
%33.05

CMYK Percentages of Color #cb6f9b

%0
%45
%24
%20

Triadic Colors of #cb6f9b

#cb6f9b #9bcb6f #6f9bcb

Analogous Colors of #cb6f9b

#cb6f9b #cb716f #cb6fc9

Monochromatic Colors of #cb6f9b

#cb6f9b

Complementary Color

#cb6f9b #6fcb9f

#cb6f9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6f9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6f9b Color CSS Codes

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

#cb6f9b Text Font Color

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

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


#cb6f9b Background Color

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

This div background color is #cb6f9b


#cb6f9b Border Color

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

This div border color is #cb6f9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6f9b


Comments

No comments written yet.

Please login to write comment.