Color Hex Logo

#cb364f Color Hex

#CB364F
(203,54,79)
0 Favorites   0 Comments

Color spaces of #cb364f

RGB 2035479
HSL0.970.590.50
HSV350°73°80°
CMYK 0.000.730.61   0.20
XYZ27.359115.89949.0240
Yxy15.89940.52330.3041
Hunter Lab39.874152.696014.4938
CIE-Lab46.842259.263021.1500

#cb364f color RGB value is (203,54,79).

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

The process color (four color CMYK) of #cb364f color hex is 0.00, 0.73, 0.61, 0.20. Web safe color of #cb364f is #cc3366. Color #cb364f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110110 01001111
Octal 313 66 117
Decimal 203 54 79
Hex CB 36 4F

RGB Percentages of Color #cb364f

%60.42
%16.07
%23.51

CMYK Percentages of Color #cb364f

%0
%73
%61
%20

Triadic Colors of #cb364f

#cb364f #4fcb36 #364fcb

Analogous Colors of #cb364f

#cb364f #cb6836 #cb369a

Monochromatic Colors of #cb364f

#cb364f

Complementary Color

#cb364f #36cbb2

#cb364f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb364f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb364f Color CSS Codes

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

#cb364f Text Font Color

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

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


#cb364f Background Color

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

This div background color is #cb364f


#cb364f Border Color

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

This div border color is #cb364f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb364f


Comments

No comments written yet.

Please login to write comment.