Color Hex Logo

#ce7cfb Color Hex

#CE7CFB
(206,124,251)
0 Favorites   0 Comments

Color spaces of #ce7cfb

RGB 206124251
HSL0.770.940.74
HSV279°51°98°
CMYK 0.180.510.00   0.02
XYZ50.073834.502195.2872
Yxy34.50210.27840.1918
Hunter Lab58.738549.3766-55.0649
CIE-Lab65.359253.1397-51.0284

#ce7cfb color RGB value is (206,124,251).

#ce7cfb hex color red value is 206, green value is 124 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ce7cfb hue: 0.77 , saturation: 0.94 and the lightness value of ce7cfb is 0.74.

The process color (four color CMYK) of #ce7cfb color hex is 0.18, 0.51, 0.00, 0.02. Web safe color of #ce7cfb is #cc66ff. Color #ce7cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111100 11111011
Octal 316 174 373
Decimal 206 124 251
Hex CE 7C FB

RGB Percentages of Color #ce7cfb

%35.46
%21.34
%43.20

CMYK Percentages of Color #ce7cfb

%18
%51
%0
%2

Triadic Colors of #ce7cfb

#ce7cfb #fbce7c #7cfbce

Analogous Colors of #ce7cfb

#ce7cfb #fb7ce9 #8f7cfb

Monochromatic Colors of #ce7cfb

#ce7cfb

Complementary Color

#ce7cfb #a9fb7c

#ce7cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7cfb Color CSS Codes

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

#ce7cfb Text Font Color

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

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


#ce7cfb Background Color

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

This div background color is #ce7cfb


#ce7cfb Border Color

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

This div border color is #ce7cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.