Color Hex Logo

#ce26ad Color Hex

#CE26AD
(206,38,173)
0 Favorites   0 Comments

Color spaces of #ce26ad

RGB 20638173
HSL0.870.690.48
HSV312°82°81°
CMYK 0.000.820.16   0.19
XYZ33.689517.525241.1422
Yxy17.52520.36480.1898
Hunter Lab41.863170.3881-28.9648
CIE-Lab48.915174.0459-32.6677

#ce26ad color RGB value is (206,38,173).

#ce26ad hex color red value is 206, green value is 38 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ce26ad hue: 0.87 , saturation: 0.69 and the lightness value of ce26ad is 0.48.

The process color (four color CMYK) of #ce26ad color hex is 0.00, 0.82, 0.16, 0.19. Web safe color of #ce26ad is #cc3399. Color #ce26ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100110 10101101
Octal 316 46 255
Decimal 206 38 173
Hex CE 26 AD

RGB Percentages of Color #ce26ad

%49.40
%9.11
%41.49

CMYK Percentages of Color #ce26ad

%0
%82
%16
%19

Triadic Colors of #ce26ad

#ce26ad #adce26 #26adce

Analogous Colors of #ce26ad

#ce26ad #ce2659 #9b26ce

Monochromatic Colors of #ce26ad

#ce26ad

Complementary Color

#ce26ad #26ce47

#ce26ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce26ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce26ad Color CSS Codes

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

#ce26ad Text Font Color

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

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


#ce26ad Background Color

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

This div background color is #ce26ad


#ce26ad Border Color

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

This div border color is #ce26ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce26ad


Comments

No comments written yet.

Please login to write comment.