Color Hex Logo

#ce347e Color Hex

#CE347E
(206,52,126)
0 Favorites   0 Comments

Color spaces of #ce347e

RGB 20652126
HSL0.920.610.51
HSV331°75°81°
CMYK 0.000.750.39   0.19
XYZ30.447517.084221.4315
Yxy17.08420.44150.2477
Hunter Lab41.333059.1571-1.8092
CIE-Lab48.366064.6774-5.3638

#ce347e color RGB value is (206,52,126).

#ce347e hex color red value is 206, green value is 52 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ce347e hue: 0.92 , saturation: 0.61 and the lightness value of ce347e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110100 01111110
Octal 316 64 176
Decimal 206 52 126
Hex CE 34 7E

RGB Percentages of Color #ce347e

%53.65
%13.54
%32.81

CMYK Percentages of Color #ce347e

%0
%75
%39
%19

Triadic Colors of #ce347e

#ce347e #7ece34 #347ece

Analogous Colors of #ce347e

#ce347e #ce3734 #ce34cb

Monochromatic Colors of #ce347e

#ce347e

Complementary Color

#ce347e #34ce84

#ce347e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce347e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce347e Color CSS Codes

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

#ce347e Text Font Color

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

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


#ce347e Background Color

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

This div background color is #ce347e


#ce347e Border Color

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

This div border color is #ce347e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce347e


Comments

No comments written yet.

Please login to write comment.