Color Hex Logo

#cb3795 Color Hex

#CB3795
(203,55,149)
0 Favorites   0 Comments

Color spaces of #cb3795

RGB 20355149
HSL0.890.590.51
HSV322°73°80°
CMYK 0.000.730.27   0.20
XYZ31.419617.598830.1747
Yxy17.59880.39670.2222
Hunter Lab41.950960.2754-13.2808
CIE-Lab49.005865.5221-18.3150

#cb3795 color RGB value is (203,55,149).

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

The process color (four color CMYK) of #cb3795 color hex is 0.00, 0.73, 0.27, 0.20. Web safe color of #cb3795 is #cc3399. Color #cb3795 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110111 10010101
Octal 313 67 225
Decimal 203 55 149
Hex CB 37 95

RGB Percentages of Color #cb3795

%49.88
%13.51
%36.61

CMYK Percentages of Color #cb3795

%0
%73
%27
%20

Triadic Colors of #cb3795

#cb3795 #95cb37 #3795cb

Analogous Colors of #cb3795

#cb3795 #cb374b #b737cb

Monochromatic Colors of #cb3795

#cb3795

Complementary Color

#cb3795 #37cb6d

#cb3795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3795 Color CSS Codes

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

#cb3795 Text Font Color

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

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


#cb3795 Background Color

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

This div background color is #cb3795


#cb3795 Border Color

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

This div border color is #cb3795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3795


Comments

No comments written yet.

Please login to write comment.