Color Hex Logo

#cb74ba Color Hex

#CB74BA
(203,116,186)
0 Favorites   0 Comments

Color spaces of #cb74ba

RGB 203116186
HSL0.870.460.63
HSV312°43°80°
CMYK 0.000.430.08   0.20
XYZ39.736928.732549.9059
Yxy28.73250.33570.2427
Hunter Lab53.602738.5214-17.6791
CIE-Lab60.544843.9365-22.2296

#cb74ba color RGB value is (203,116,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 10111010
Octal 313 164 272
Decimal 203 116 186
Hex CB 74 BA

RGB Percentages of Color #cb74ba

%40.20
%22.97
%36.83

CMYK Percentages of Color #cb74ba

%0
%43
%8
%20

Triadic Colors of #cb74ba

#cb74ba #bacb74 #74bacb

Analogous Colors of #cb74ba

#cb74ba #cb748f #b174cb

Monochromatic Colors of #cb74ba

#cb74ba

Complementary Color

#cb74ba #74cb85

#cb74ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb74ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb74ba Color CSS Codes

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

#cb74ba Text Font Color

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

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


#cb74ba Background Color

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

This div background color is #cb74ba


#cb74ba Border Color

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

This div border color is #cb74ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb74ba


Comments

No comments written yet.

Please login to write comment.