Color Hex Logo

#cb346f Color Hex

#CB346F
(203,52,111)
0 Favorites   0 Comments

Color spaces of #cb346f

RGB 20352111
HSL0.930.590.50
HSV337°74°80°
CMYK 0.000.740.45   0.20
XYZ28.725816.300216.6712
Yxy16.30020.46560.2642
Hunter Lab40.373556.34933.7792
CIE-Lab47.365962.41392.2560

#cb346f color RGB value is (203,52,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110100 01101111
Octal 313 64 157
Decimal 203 52 111
Hex CB 34 6F

RGB Percentages of Color #cb346f

%55.46
%14.21
%30.33

CMYK Percentages of Color #cb346f

%0
%74
%45
%20

Triadic Colors of #cb346f

#cb346f #6fcb34 #346fcb

Analogous Colors of #cb346f

#cb346f #cb4534 #cb34bb

Monochromatic Colors of #cb346f

#cb346f

Complementary Color

#cb346f #34cb90

#cb346f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb346f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb346f Color CSS Codes

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

#cb346f Text Font Color

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

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


#cb346f Background Color

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

This div background color is #cb346f


#cb346f Border Color

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

This div border color is #cb346f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb346f


Comments

No comments written yet.

Please login to write comment.