Color Hex Logo

#ce348e Color Hex

#CE348E
(206,52,142)
0 Favorites   0 Comments

Color spaces of #ce348e

RGB 20652142
HSL0.900.610.51
HSV325°75°81°
CMYK 0.000.750.31   0.19
XYZ31.564117.530827.3114
Yxy17.53080.41310.2294
Hunter Lab41.869861.2924-9.3656
CIE-Lab48.922066.4126-14.1973

#ce348e color RGB value is (206,52,142).

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

The process color (four color CMYK) of #ce348e color hex is 0.00, 0.75, 0.31, 0.19. Web safe color of #ce348e is #cc3399. Color #ce348e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110100 10001110
Octal 316 64 216
Decimal 206 52 142
Hex CE 34 8E

RGB Percentages of Color #ce348e

%51.50
%13.00
%35.50

CMYK Percentages of Color #ce348e

%0
%75
%31
%19

Triadic Colors of #ce348e

#ce348e #8ece34 #348ece

Analogous Colors of #ce348e

#ce348e #ce3441 #c134ce

Monochromatic Colors of #ce348e

#ce348e

Complementary Color

#ce348e #34ce74

#ce348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce348e Color CSS Codes

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

#ce348e Text Font Color

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

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


#ce348e Background Color

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

This div background color is #ce348e


#ce348e Border Color

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

This div border color is #ce348e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce348e


Comments

No comments written yet.

Please login to write comment.