Color Hex Logo

#ce167d Color Hex

#CE167D
(206,22,125)
0 Favorites   0 Comments

Color spaces of #ce167d

RGB 20622125
HSL0.910.810.45
HSV326°89°81°
CMYK 0.000.890.39   0.19
XYZ29.442215.176320.7796
Yxy15.17630.45020.2321
Hunter Lab38.956866.7299-4.3556
CIE-Lab45.874771.6079-8.4673

#ce167d color RGB value is (206,22,125).

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

The process color (four color CMYK) of #ce167d color hex is 0.00, 0.89, 0.39, 0.19. Web safe color of #ce167d is #cc0066. Color #ce167d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010110 01111101
Octal 316 26 175
Decimal 206 22 125
Hex CE 16 7D

RGB Percentages of Color #ce167d

%58.36
%6.23
%35.41

CMYK Percentages of Color #ce167d

%0
%89
%39
%19

Triadic Colors of #ce167d

#ce167d #7dce16 #167dce

Analogous Colors of #ce167d

#ce167d #ce1621 #c316ce

Monochromatic Colors of #ce167d

#ce167d

Complementary Color

#ce167d #16ce67

#ce167d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce167d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce167d Color CSS Codes

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

#ce167d Text Font Color

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

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


#ce167d Background Color

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

This div background color is #ce167d


#ce167d Border Color

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

This div border color is #ce167d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce167d


Comments

No comments written yet.

Please login to write comment.