Color Hex Logo

#ce26ab Color Hex

#CE26AB
(206,38,171)
0 Favorites   0 Comments

Color spaces of #ce26ab

RGB 20638171
HSL0.870.690.48
HSV313°82°81°
CMYK 0.000.820.17   0.19
XYZ33.497417.448340.1304
Yxy17.44830.36780.1916
Hunter Lab41.771270.0443-27.7213
CIE-Lab48.820073.7819-31.6365

#ce26ab color RGB value is (206,38,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100110 10101011
Octal 316 46 253
Decimal 206 38 171
Hex CE 26 AB

RGB Percentages of Color #ce26ab

%49.64
%9.16
%41.20

CMYK Percentages of Color #ce26ab

%0
%82
%17
%19

Triadic Colors of #ce26ab

#ce26ab #abce26 #26abce

Analogous Colors of #ce26ab

#ce26ab #ce2657 #9d26ce

Monochromatic Colors of #ce26ab

#ce26ab

Complementary Color

#ce26ab #26ce49

#ce26ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce26ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce26ab Color CSS Codes

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

#ce26ab Text Font Color

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

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


#ce26ab Background Color

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

This div background color is #ce26ab


#ce26ab Border Color

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

This div border color is #ce26ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce26ab


Comments

No comments written yet.

Please login to write comment.