Color Hex Logo

#ce7abe Color Hex

#CE7ABE
(206,122,190)
0 Favorites   0 Comments

Color spaces of #ce7abe

RGB 206122190
HSL0.870.460.64
HSV311°41°81°
CMYK 0.000.410.08   0.19
XYZ41.707430.758652.4540
Yxy30.75860.33390.2462
Hunter Lab55.460437.1799-17.2537
CIE-Lab62.303342.4373-21.7787

#ce7abe color RGB value is (206,122,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111010 10111110
Octal 316 172 276
Decimal 206 122 190
Hex CE 7A BE

RGB Percentages of Color #ce7abe

%39.77
%23.55
%36.68

CMYK Percentages of Color #ce7abe

%0
%41
%8
%19

Triadic Colors of #ce7abe

#ce7abe #bece7a #7abece

Analogous Colors of #ce7abe

#ce7abe #ce7a94 #b47ace

Monochromatic Colors of #ce7abe

#ce7abe

Complementary Color

#ce7abe #7ace8a

#ce7abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7abe Color CSS Codes

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

#ce7abe Text Font Color

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

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


#ce7abe Background Color

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

This div background color is #ce7abe


#ce7abe Border Color

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

This div border color is #ce7abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7abe


Comments

No comments written yet.

Please login to write comment.