Color Hex Logo

#ce7bbb Color Hex

#CE7BBB
(206,123,187)
0 Favorites   0 Comments

Color spaces of #ce7bbb

RGB 206123187
HSL0.870.460.65
HSV314°40°81°
CMYK 0.000.400.09   0.19
XYZ41.506230.875650.7857
Yxy30.87560.33700.2507
Hunter Lab55.565836.0946-15.2934
CIE-Lab62.402541.3979-19.9276

#ce7bbb color RGB value is (206,123,187).

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

The process color (four color CMYK) of #ce7bbb color hex is 0.00, 0.40, 0.09, 0.19. Web safe color of #ce7bbb is #cc66cc. Color #ce7bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111011 10111011
Octal 316 173 273
Decimal 206 123 187
Hex CE 7B BB

RGB Percentages of Color #ce7bbb

%39.92
%23.84
%36.24

CMYK Percentages of Color #ce7bbb

%0
%40
%9
%19

Triadic Colors of #ce7bbb

#ce7bbb #bbce7b #7bbbce

Analogous Colors of #ce7bbb

#ce7bbb #ce7b92 #b87bce

Monochromatic Colors of #ce7bbb

#ce7bbb

Complementary Color

#ce7bbb #7bce8e

#ce7bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7bbb Color CSS Codes

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

#ce7bbb Text Font Color

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

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


#ce7bbb Background Color

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

This div background color is #ce7bbb


#ce7bbb Border Color

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

This div border color is #ce7bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7bbb


Comments

No comments written yet.

Please login to write comment.