Color Hex Logo

#cb349c Color Hex

#CB349C
(203,52,156)
0 Favorites   0 Comments

Color spaces of #cb349c

RGB 20352156
HSL0.890.590.50
HSV319°74°80°
CMYK 0.000.740.23   0.20
XYZ31.857317.552833.1614
Yxy17.55280.38580.2126
Hunter Lab41.896162.4113-17.6017
CIE-Lab48.949167.3644-22.5802

#cb349c color RGB value is (203,52,156).

#cb349c hex color red value is 203, green value is 52 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cb349c hue: 0.89 , saturation: 0.59 and the lightness value of cb349c is 0.50.

The process color (four color CMYK) of #cb349c color hex is 0.00, 0.74, 0.23, 0.20. Web safe color of #cb349c is #cc3399. Color #cb349c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110100 10011100
Octal 313 64 234
Decimal 203 52 156
Hex CB 34 9C

RGB Percentages of Color #cb349c

%49.39
%12.65
%37.96

CMYK Percentages of Color #cb349c

%0
%74
%23
%20

Triadic Colors of #cb349c

#cb349c #9ccb34 #349ccb

Analogous Colors of #cb349c

#cb349c #cb3450 #af34cb

Monochromatic Colors of #cb349c

#cb349c

Complementary Color

#cb349c #34cb63

#cb349c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb349c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb349c Color CSS Codes

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

#cb349c Text Font Color

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

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


#cb349c Background Color

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

This div background color is #cb349c


#cb349c Border Color

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

This div border color is #cb349c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb349c


Comments

No comments written yet.

Please login to write comment.