Color Hex Logo

#ce425c Color Hex

#CE425C
(206,66,92)
0 Favorites   0 Comments

Color spaces of #ce425c

RGB 2066692
HSL0.970.590.53
HSV349°68°81°
CMYK 0.000.680.55   0.19
XYZ29.333617.790912.0132
Yxy17.79090.49600.3008
Hunter Lab42.179350.324312.6389
CIE-Lab49.241556.679516.5609

#ce425c color RGB value is (206,66,92).

#ce425c hex color red value is 206, green value is 66 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ce425c hue: 0.97 , saturation: 0.59 and the lightness value of ce425c is 0.53.

The process color (four color CMYK) of #ce425c color hex is 0.00, 0.68, 0.55, 0.19. Web safe color of #ce425c is #cc3366. Color #ce425c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000010 01011100
Octal 316 102 134
Decimal 206 66 92
Hex CE 42 5C

RGB Percentages of Color #ce425c

%56.59
%18.13
%25.27

CMYK Percentages of Color #ce425c

%0
%68
%55
%19

Triadic Colors of #ce425c

#ce425c #5cce42 #425cce

Analogous Colors of #ce425c

#ce425c #ce6e42 #ce42a2

Monochromatic Colors of #ce425c

#ce425c

Complementary Color

#ce425c #42ceb4

#ce425c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce425c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce425c Color CSS Codes

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

#ce425c Text Font Color

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

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


#ce425c Background Color

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

This div background color is #ce425c


#ce425c Border Color

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

This div border color is #ce425c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce425c


Comments

No comments written yet.

Please login to write comment.