Color Hex Logo

#ce4962 Color Hex

#CE4962
(206,73,98)
0 Favorites   0 Comments

Color spaces of #ce4962

RGB 2067398
HSL0.970.580.55
HSV349°65°81°
CMYK 0.000.650.52   0.19
XYZ30.040718.768713.5947
Yxy18.76870.48140.3008
Hunter Lab43.322947.959511.7208
CIE-Lab50.415554.312714.5479

#ce4962 color RGB value is (206,73,98).

#ce4962 hex color red value is 206, green value is 73 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ce4962 hue: 0.97 , saturation: 0.58 and the lightness value of ce4962 is 0.55.

The process color (four color CMYK) of #ce4962 color hex is 0.00, 0.65, 0.52, 0.19. Web safe color of #ce4962 is #cc3366. Color #ce4962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001001 01100010
Octal 316 111 142
Decimal 206 73 98
Hex CE 49 62

RGB Percentages of Color #ce4962

%54.64
%19.36
%25.99

CMYK Percentages of Color #ce4962

%0
%65
%52
%19

Triadic Colors of #ce4962

#ce4962 #62ce49 #4962ce

Analogous Colors of #ce4962

#ce4962 #ce7349 #ce49a5

Monochromatic Colors of #ce4962

#ce4962

Complementary Color

#ce4962 #49ceb5

#ce4962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4962 Color CSS Codes

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

#ce4962 Text Font Color

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

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


#ce4962 Background Color

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

This div background color is #ce4962


#ce4962 Border Color

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

This div border color is #ce4962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4962


Comments

No comments written yet.

Please login to write comment.