Color Hex Logo

#ce62ab Color Hex

#CE62AB
(206,98,171)
0 Favorites   0 Comments

Color spaces of #ce62ab

RGB 20698171
HSL0.890.520.60
HSV319°52°81°
CMYK 0.000.520.17   0.19
XYZ37.172024.797541.3553
Yxy24.79750.35980.2400
Hunter Lab49.797146.0999-14.3810
CIE-Lab56.877651.5199-19.1885

#ce62ab color RGB value is (206,98,171).

#ce62ab hex color red value is 206, green value is 98 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ce62ab hue: 0.89 , saturation: 0.52 and the lightness value of ce62ab is 0.60.

The process color (four color CMYK) of #ce62ab color hex is 0.00, 0.52, 0.17, 0.19. Web safe color of #ce62ab is #cc6699. Color #ce62ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100010 10101011
Octal 316 142 253
Decimal 206 98 171
Hex CE 62 AB

RGB Percentages of Color #ce62ab

%43.37
%20.63
%36.00

CMYK Percentages of Color #ce62ab

%0
%52
%17
%19

Triadic Colors of #ce62ab

#ce62ab #abce62 #62abce

Analogous Colors of #ce62ab

#ce62ab #ce6275 #bb62ce

Monochromatic Colors of #ce62ab

#ce62ab

Complementary Color

#ce62ab #62ce85

#ce62ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce62ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce62ab Color CSS Codes

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

#ce62ab Text Font Color

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

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


#ce62ab Background Color

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

This div background color is #ce62ab


#ce62ab Border Color

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

This div border color is #ce62ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce62ab


Comments

No comments written yet.

Please login to write comment.