Color Hex Logo

#ce227d Color Hex

#CE227D
(206,34,125)
0 Favorites   0 Comments

Color spaces of #ce227d

RGB 20634125
HSL0.910.720.47
HSV328°83°81°
CMYK 0.000.830.39   0.19
XYZ29.727315.746520.8746
Yxy15.74650.44800.2373
Hunter Lab39.681964.2784-3.4121
CIE-Lab46.640169.3972-7.3228

#ce227d color RGB value is (206,34,125).

#ce227d hex color red value is 206, green value is 34 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ce227d hue: 0.91 , saturation: 0.72 and the lightness value of ce227d is 0.47.

The process color (four color CMYK) of #ce227d color hex is 0.00, 0.83, 0.39, 0.19. Web safe color of #ce227d is #cc3366. Color #ce227d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100010 01111101
Octal 316 42 175
Decimal 206 34 125
Hex CE 22 7D

RGB Percentages of Color #ce227d

%56.44
%9.32
%34.25

CMYK Percentages of Color #ce227d

%0
%83
%39
%19

Triadic Colors of #ce227d

#ce227d #7dce22 #227dce

Analogous Colors of #ce227d

#ce227d #ce2227 #c922ce

Monochromatic Colors of #ce227d

#ce227d

Complementary Color

#ce227d #22ce73

#ce227d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce227d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce227d Color CSS Codes

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

#ce227d Text Font Color

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

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


#ce227d Background Color

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

This div background color is #ce227d


#ce227d Border Color

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

This div border color is #ce227d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce227d


Comments

No comments written yet.

Please login to write comment.