Color Hex Logo

#ce6fbf Color Hex

#CE6FBF
(206,111,191)
0 Favorites   0 Comments

Color spaces of #ce6fbf

RGB 206111191
HSL0.860.490.62
HSV309°46°81°
CMYK 0.000.460.07   0.19
XYZ40.542028.252352.6067
Yxy28.25230.33400.2327
Hunter Lab53.152943.1321-21.4737
CIE-Lab60.116048.2930-25.7019

#ce6fbf color RGB value is (206,111,191).

#ce6fbf hex color red value is 206, green value is 111 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ce6fbf hue: 0.86 , saturation: 0.49 and the lightness value of ce6fbf is 0.62.

The process color (four color CMYK) of #ce6fbf color hex is 0.00, 0.46, 0.07, 0.19. Web safe color of #ce6fbf is #cc66cc. Color #ce6fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101111 10111111
Octal 316 157 277
Decimal 206 111 191
Hex CE 6F BF

RGB Percentages of Color #ce6fbf

%40.55
%21.85
%37.60

CMYK Percentages of Color #ce6fbf

%0
%46
%7
%19

Triadic Colors of #ce6fbf

#ce6fbf #bfce6f #6fbfce

Analogous Colors of #ce6fbf

#ce6fbf #ce6f90 #ae6fce

Monochromatic Colors of #ce6fbf

#ce6fbf

Complementary Color

#ce6fbf #6fce7e

#ce6fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6fbf Color CSS Codes

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

#ce6fbf Text Font Color

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

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


#ce6fbf Background Color

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

This div background color is #ce6fbf


#ce6fbf Border Color

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

This div border color is #ce6fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6fbf


Comments

No comments written yet.

Please login to write comment.