Color Hex Logo

#cb346e Color Hex

#CB346E
(203,52,110)
0 Favorites   0 Comments

Color spaces of #cb346e

RGB 20352110
HSL0.940.590.50
HSV337°74°80°
CMYK 0.000.740.46   0.20
XYZ28.671116.278316.3827
Yxy16.27830.46750.2654
Hunter Lab40.346456.24024.1677
CIE-Lab47.337562.32322.8279

#cb346e color RGB value is (203,52,110).

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

The process color (four color CMYK) of #cb346e color hex is 0.00, 0.74, 0.46, 0.20. Web safe color of #cb346e is #cc3366. Color #cb346e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110100 01101110
Octal 313 64 156
Decimal 203 52 110
Hex CB 34 6E

RGB Percentages of Color #cb346e

%55.62
%14.25
%30.14

CMYK Percentages of Color #cb346e

%0
%74
%46
%20

Triadic Colors of #cb346e

#cb346e #6ecb34 #346ecb

Analogous Colors of #cb346e

#cb346e #cb4634 #cb34ba

Monochromatic Colors of #cb346e

#cb346e

Complementary Color

#cb346e #34cb91

#cb346e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb346e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb346e Color CSS Codes

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

#cb346e Text Font Color

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

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


#cb346e Background Color

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

This div background color is #cb346e


#cb346e Border Color

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

This div border color is #cb346e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb346e


Comments

No comments written yet.

Please login to write comment.