Color Hex Logo

#ce7beb Color Hex

#CE7BEB
(206,123,235)
0 Favorites   0 Comments

Color spaces of #ce7beb

RGB 206123235
HSL0.790.740.70
HSV284°48°92°
CMYK 0.120.480.00   0.08
XYZ47.532033.285982.5169
Yxy33.28590.29100.2038
Hunter Lab57.693946.0955-44.4139
CIE-Lab64.391750.3578-43.7373

#ce7beb color RGB value is (206,123,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111011 11101011
Octal 316 173 353
Decimal 206 123 235
Hex CE 7B EB

RGB Percentages of Color #ce7beb

%36.52
%21.81
%41.67

CMYK Percentages of Color #ce7beb

%12
%48
%0
%8

Triadic Colors of #ce7beb

#ce7beb #ebce7b #7bebce

Analogous Colors of #ce7beb

#ce7beb #eb7bd0 #967beb

Monochromatic Colors of #ce7beb

#ce7beb

Complementary Color

#ce7beb #98eb7b

#ce7beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7beb Color CSS Codes

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

#ce7beb Text Font Color

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

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


#ce7beb Background Color

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

This div background color is #ce7beb


#ce7beb Border Color

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

This div border color is #ce7beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7beb


Comments

No comments written yet.

Please login to write comment.