Color Hex Logo

#ce367d Color Hex

#CE367D
(206,54,125)
0 Favorites   0 Comments

Color spaces of #ce367d

RGB 20654125
HSL0.920.610.51
HSV332°74°81°
CMYK 0.000.740.39   0.19
XYZ30.474417.240821.1237
Yxy17.24080.44270.2505
Hunter Lab41.522058.3435-1.0974
CIE-Lab48.562063.9330-4.4661

#ce367d color RGB value is (206,54,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110110 01111101
Octal 316 66 175
Decimal 206 54 125
Hex CE 36 7D

RGB Percentages of Color #ce367d

%53.51
%14.03
%32.47

CMYK Percentages of Color #ce367d

%0
%74
%39
%19

Triadic Colors of #ce367d

#ce367d #7dce36 #367dce

Analogous Colors of #ce367d

#ce367d #ce3b36 #ce36c9

Monochromatic Colors of #ce367d

#ce367d

Complementary Color

#ce367d #36ce87

#ce367d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce367d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce367d Color CSS Codes

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

#ce367d Text Font Color

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

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


#ce367d Background Color

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

This div background color is #ce367d


#ce367d Border Color

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

This div border color is #ce367d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,54,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 #ce367d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce367d


Comments

No comments written yet.

Please login to write comment.