Color Hex Logo

#cb75ba Color Hex

#CB75BA
(203,117,186)
0 Favorites   0 Comments

Color spaces of #cb75ba

RGB 203117186
HSL0.870.450.63
HSV312°42°80°
CMYK 0.000.420.08   0.20
XYZ39.852828.964349.9446
Yxy28.96430.33560.2439
Hunter Lab53.818537.9976-17.3493
CIE-Lab60.750143.4148-21.9155

#cb75ba color RGB value is (203,117,186).

#cb75ba hex color red value is 203, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cb75ba hue: 0.87 , saturation: 0.45 and the lightness value of cb75ba is 0.63.

The process color (four color CMYK) of #cb75ba color hex is 0.00, 0.42, 0.08, 0.20. Web safe color of #cb75ba is #cc66cc. Color #cb75ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110101 10111010
Octal 313 165 272
Decimal 203 117 186
Hex CB 75 BA

RGB Percentages of Color #cb75ba

%40.12
%23.12
%36.76

CMYK Percentages of Color #cb75ba

%0
%42
%8
%20

Triadic Colors of #cb75ba

#cb75ba #bacb75 #75bacb

Analogous Colors of #cb75ba

#cb75ba #cb758f #b175cb

Monochromatic Colors of #cb75ba

#cb75ba

Complementary Color

#cb75ba #75cb86

#cb75ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb75ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb75ba Color CSS Codes

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

#cb75ba Text Font Color

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

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


#cb75ba Background Color

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

This div background color is #cb75ba


#cb75ba Border Color

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

This div border color is #cb75ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb75ba


Comments

No comments written yet.

Please login to write comment.