Color Hex Logo

#ce305f Color Hex

#CE305F
(206,48,95)
0 Favorites   0 Comments

Color spaces of #ce305f

RGB 2064895
HSL0.950.620.50
HSV342°77°81°
CMYK 0.000.770.54   0.19
XYZ28.576116.061912.4206
Yxy16.06190.50080.2815
Hunter Lab40.077357.13969.6792
CIE-Lab47.055663.167511.7197

#ce305f color RGB value is (206,48,95).

#ce305f hex color red value is 206, green value is 48 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ce305f hue: 0.95 , saturation: 0.62 and the lightness value of ce305f is 0.50.

The process color (four color CMYK) of #ce305f color hex is 0.00, 0.77, 0.54, 0.19. Web safe color of #ce305f is #cc3366. Color #ce305f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110000 01011111
Octal 316 60 137
Decimal 206 48 95
Hex CE 30 5F

RGB Percentages of Color #ce305f

%59.03
%13.75
%27.22

CMYK Percentages of Color #ce305f

%0
%77
%54
%19

Triadic Colors of #ce305f

#ce305f #5fce30 #305fce

Analogous Colors of #ce305f

#ce305f #ce5030 #ce30ae

Monochromatic Colors of #ce305f

#ce305f

Complementary Color

#ce305f #30ce9f

#ce305f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce305f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce305f Color CSS Codes

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

#ce305f Text Font Color

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

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


#ce305f Background Color

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

This div background color is #ce305f


#ce305f Border Color

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

This div border color is #ce305f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,48,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce305f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce305f;
  -webkit-box-shadow: 1px 1px 3px 2px #ce305f;
  box-shadow:         1px 1px 3px 2px #ce305f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,48,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce305f


Comments

No comments written yet.

Please login to write comment.