Color Hex Logo

#ce7bda Color Hex

#CE7BDA
(206,123,218)
0 Favorites   0 Comments

Color spaces of #ce7bda

RGB 206123218
HSL0.810.560.67
HSV292°44°85°
CMYK 0.060.440.00   0.15
XYZ45.191432.349770.1919
Yxy32.34970.30590.2190
Hunter Lab56.876842.2926-33.3563
CIE-Lab63.630947.0131-35.4770

#ce7bda color RGB value is (206,123,218).

#ce7bda hex color red value is 206, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ce7bda hue: 0.81 , saturation: 0.56 and the lightness value of ce7bda is 0.67.

The process color (four color CMYK) of #ce7bda color hex is 0.06, 0.44, 0.00, 0.15. Web safe color of #ce7bda is #cc66cc. Color #ce7bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111011 11011010
Octal 316 173 332
Decimal 206 123 218
Hex CE 7B DA

RGB Percentages of Color #ce7bda

%37.66
%22.49
%39.85

CMYK Percentages of Color #ce7bda

%6
%44
%0
%15

Triadic Colors of #ce7bda

#ce7bda #dace7b #7bdace

Analogous Colors of #ce7bda

#ce7bda #da7bb7 #9f7bda

Monochromatic Colors of #ce7bda

#ce7bda

Complementary Color

#ce7bda #87da7b

#ce7bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7bda Color CSS Codes

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

#ce7bda Text Font Color

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

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


#ce7bda Background Color

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

This div background color is #ce7bda


#ce7bda Border Color

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

This div border color is #ce7bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7bda


Comments

No comments written yet.

Please login to write comment.