Color Hex Logo

#cb3bad Color Hex

#CB3BAD
(203,59,173)
0 Favorites   0 Comments

Color spaces of #cb3bad

RGB 20359173
HSL0.870.580.51
HSV313°71°80°
CMYK 0.000.710.15   0.20
XYZ33.735418.841641.3939
Yxy18.84160.35900.2005
Hunter Lab43.406962.7662-26.1556
CIE-Lab50.501467.3691-30.2270

#cb3bad color RGB value is (203,59,173).

#cb3bad hex color red value is 203, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cb3bad hue: 0.87 , saturation: 0.58 and the lightness value of cb3bad is 0.51.

The process color (four color CMYK) of #cb3bad color hex is 0.00, 0.71, 0.15, 0.20. Web safe color of #cb3bad is #cc3399. Color #cb3bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111011 10101101
Octal 313 73 255
Decimal 203 59 173
Hex CB 3B AD

RGB Percentages of Color #cb3bad

%46.67
%13.56
%39.77

CMYK Percentages of Color #cb3bad

%0
%71
%15
%20

Triadic Colors of #cb3bad

#cb3bad #adcb3b #3badcb

Analogous Colors of #cb3bad

#cb3bad #cb3b65 #a13bcb

Monochromatic Colors of #cb3bad

#cb3bad

Complementary Color

#cb3bad #3bcb59

#cb3bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3bad Color CSS Codes

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

#cb3bad Text Font Color

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

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


#cb3bad Background Color

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

This div background color is #cb3bad


#cb3bad Border Color

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

This div border color is #cb3bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3bad


Comments

No comments written yet.

Please login to write comment.