Color Hex Logo

#ceb7e5 Color Hex

#CEB7E5
(206,183,229)
0 Favorites   0 Comments

Color spaces of #ceb7e5

RGB 206183229
HSL0.750.470.81
HSV270°20°90°
CMYK 0.100.200.00   0.10
XYZ56.529952.645981.3110
Yxy52.64590.29680.2764
Hunter Lab72.557512.0946-15.6526
CIE-Lab77.665516.7540-19.9590

#ceb7e5 color RGB value is (206,183,229).

#ceb7e5 hex color red value is 206, green value is 183 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ceb7e5 hue: 0.75 , saturation: 0.47 and the lightness value of ceb7e5 is 0.81.

The process color (four color CMYK) of #ceb7e5 color hex is 0.10, 0.20, 0.00, 0.10. Web safe color of #ceb7e5 is #cccccc. Color #ceb7e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 11100101
Octal 316 267 345
Decimal 206 183 229
Hex CE B7 E5

RGB Percentages of Color #ceb7e5

%33.33
%29.61
%37.06

CMYK Percentages of Color #ceb7e5

%10
%20
%0
%10

Triadic Colors of #ceb7e5

#ceb7e5 #e5ceb7 #b7e5ce

Analogous Colors of #ceb7e5

#ceb7e5 #e5b7e5 #b7b7e5

Monochromatic Colors of #ceb7e5

#ceb7e5

Complementary Color

#ceb7e5 #cee5b7

#ceb7e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb7e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb7e5 Color CSS Codes

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

#ceb7e5 Text Font Color

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

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


#ceb7e5 Background Color

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

This div background color is #ceb7e5


#ceb7e5 Border Color

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

This div border color is #ceb7e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb7e5


Comments

No comments written yet.

Please login to write comment.