Color Hex Logo

#ce7abd Color Hex

#CE7ABD
(206,122,189)
0 Favorites   0 Comments

Color spaces of #ce7abd

RGB 206122189
HSL0.870.460.64
HSV312°41°81°
CMYK 0.000.410.08   0.19
XYZ41.598430.715051.8802
Yxy30.71500.33490.2473
Hunter Lab55.421136.9929-16.7071
CIE-Lab62.266342.2655-21.2687

#ce7abd color RGB value is (206,122,189).

#ce7abd hex color red value is 206, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ce7abd hue: 0.87 , saturation: 0.46 and the lightness value of ce7abd is 0.64.

The process color (four color CMYK) of #ce7abd color hex is 0.00, 0.41, 0.08, 0.19. Web safe color of #ce7abd is #cc66cc. Color #ce7abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111010 10111101
Octal 316 172 275
Decimal 206 122 189
Hex CE 7A BD

RGB Percentages of Color #ce7abd

%39.85
%23.60
%36.56

CMYK Percentages of Color #ce7abd

%0
%41
%8
%19

Triadic Colors of #ce7abd

#ce7abd #bdce7a #7abdce

Analogous Colors of #ce7abd

#ce7abd #ce7a93 #b57ace

Monochromatic Colors of #ce7abd

#ce7abd

Complementary Color

#ce7abd #7ace8b

#ce7abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7abd Color CSS Codes

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

#ce7abd Text Font Color

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

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


#ce7abd Background Color

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

This div background color is #ce7abd


#ce7abd Border Color

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

This div border color is #ce7abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7abd


Comments

No comments written yet.

Please login to write comment.