Color Hex Logo

#cb75b2 Color Hex

#CB75B2
(203,117,178)
0 Favorites   0 Comments

Color spaces of #cb75b2

RGB 203117178
HSL0.880.450.63
HSV317°42°80°
CMYK 0.000.420.12   0.20
XYZ39.025828.633445.5894
Yxy28.63340.34460.2528
Hunter Lab53.510236.5400-13.0565
CIE-Lab60.456742.0727-17.8009

#cb75b2 color RGB value is (203,117,178).

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

The process color (four color CMYK) of #cb75b2 color hex is 0.00, 0.42, 0.12, 0.20. Web safe color of #cb75b2 is #cc6699. Color #cb75b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110101 10110010
Octal 313 165 262
Decimal 203 117 178
Hex CB 75 B2

RGB Percentages of Color #cb75b2

%40.76
%23.49
%35.74

CMYK Percentages of Color #cb75b2

%0
%42
%12
%20

Triadic Colors of #cb75b2

#cb75b2 #b2cb75 #75b2cb

Analogous Colors of #cb75b2

#cb75b2 #cb7587 #b975cb

Monochromatic Colors of #cb75b2

#cb75b2

Complementary Color

#cb75b2 #75cb8e

#cb75b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb75b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb75b2 Color CSS Codes

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

#cb75b2 Text Font Color

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

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


#cb75b2 Background Color

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

This div background color is #cb75b2


#cb75b2 Border Color

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

This div border color is #cb75b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb75b2


Comments

No comments written yet.

Please login to write comment.