Color Hex Logo

#ce7aeb Color Hex

#CE7AEB
(206,122,235)
0 Favorites   0 Comments

Color spaces of #ce7aeb

RGB 206122235
HSL0.790.740.70
HSV285°48°92°
CMYK 0.120.480.00   0.08
XYZ47.408533.039082.4757
Yxy33.03900.29100.2028
Hunter Lab57.479646.6356-44.8378
CIE-Lab64.192550.8727-44.0505

#ce7aeb color RGB value is (206,122,235).

#ce7aeb hex color red value is 206, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ce7aeb hue: 0.79 , saturation: 0.74 and the lightness value of ce7aeb is 0.70.

The process color (four color CMYK) of #ce7aeb color hex is 0.12, 0.48, 0.00, 0.08. Web safe color of #ce7aeb is #cc66ff. Color #ce7aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111010 11101011
Octal 316 172 353
Decimal 206 122 235
Hex CE 7A EB

RGB Percentages of Color #ce7aeb

%36.59
%21.67
%41.74

CMYK Percentages of Color #ce7aeb

%12
%48
%0
%8

Triadic Colors of #ce7aeb

#ce7aeb #ebce7a #7aebce

Analogous Colors of #ce7aeb

#ce7aeb #eb7ad0 #967aeb

Monochromatic Colors of #ce7aeb

#ce7aeb

Complementary Color

#ce7aeb #97eb7a

#ce7aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7aeb Color CSS Codes

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

#ce7aeb Text Font Color

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

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


#ce7aeb Background Color

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

This div background color is #ce7aeb


#ce7aeb Border Color

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

This div border color is #ce7aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7aeb


Comments

No comments written yet.

Please login to write comment.