Color Hex Logo

#ce304e Color Hex

#CE304E
(206,48,78)
0 Favorites   0 Comments

Color spaces of #ce304e

RGB 2064878
HSL0.970.620.50
HSV349°77°81°
CMYK 0.000.770.62   0.19
XYZ27.885715.78588.7849
Yxy15.78580.53160.3009
Hunter Lab39.731355.751514.7025
CIE-Lab46.692262.014321.6684

#ce304e color RGB value is (206,48,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110000 01001110
Octal 316 60 116
Decimal 206 48 78
Hex CE 30 4E

RGB Percentages of Color #ce304e

%62.05
%14.46
%23.49

CMYK Percentages of Color #ce304e

%0
%77
%62
%19

Triadic Colors of #ce304e

#ce304e #4ece30 #304ece

Analogous Colors of #ce304e

#ce304e #ce6130 #ce309d

Monochromatic Colors of #ce304e

#ce304e

Complementary Color

#ce304e #30ceb0

#ce304e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce304e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce304e Color CSS Codes

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

#ce304e Text Font Color

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

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


#ce304e Background Color

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

This div background color is #ce304e


#ce304e Border Color

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

This div border color is #ce304e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce304e


Comments

No comments written yet.

Please login to write comment.