Color Hex Logo

#cb365d Color Hex

#CB365D
(203,54,93)
0 Favorites   0 Comments

Color spaces of #cb365d

RGB 2035493
HSL0.960.590.50
HSV344°73°80°
CMYK 0.000.730.54   0.20
XYZ27.923616.125211.9967
Yxy16.12520.49820.2877
Hunter Lab40.156253.851010.3964
CIE-Lab47.138360.241912.9786

#cb365d color RGB value is (203,54,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110110 01011101
Octal 313 66 135
Decimal 203 54 93
Hex CB 36 5D

RGB Percentages of Color #cb365d

%58.00
%15.43
%26.57

CMYK Percentages of Color #cb365d

%0
%73
%54
%20

Triadic Colors of #cb365d

#cb365d #5dcb36 #365dcb

Analogous Colors of #cb365d

#cb365d #cb5a36 #cb36a8

Monochromatic Colors of #cb365d

#cb365d

Complementary Color

#cb365d #36cba4

#cb365d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb365d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb365d Color CSS Codes

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

#cb365d Text Font Color

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

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


#cb365d Background Color

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

This div background color is #cb365d


#cb365d Border Color

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

This div border color is #cb365d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb365d


Comments

No comments written yet.

Please login to write comment.