Color Hex Logo

#c7aefb Color Hex

#C7AEFB
(199,174,251)
0 Favorites   0 Comments

Color spaces of #c7aefb

RGB 199174251
HSL0.720.910.83
HSV259°31°98°
CMYK 0.210.310.00   0.02
XYZ56.101849.379397.8410
Yxy49.37930.27590.2429
Hunter Lab70.270419.5359-33.3631
CIE-Lab75.686724.2191-34.9164

#c7aefb color RGB value is (199,174,251).

#c7aefb hex color red value is 199, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c7aefb hue: 0.72 , saturation: 0.91 and the lightness value of c7aefb is 0.83.

The process color (four color CMYK) of #c7aefb color hex is 0.21, 0.31, 0.00, 0.02. Web safe color of #c7aefb is #cc99ff. Color #c7aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101110 11111011
Octal 307 256 373
Decimal 199 174 251
Hex C7 AE FB

RGB Percentages of Color #c7aefb

%31.89
%27.88
%40.22

CMYK Percentages of Color #c7aefb

%21
%31
%0
%2

Triadic Colors of #c7aefb

#c7aefb #fbc7ae #aefbc7

Analogous Colors of #c7aefb

#c7aefb #eeaefb #aebcfb

Monochromatic Colors of #c7aefb

#c7aefb

Complementary Color

#c7aefb #e2fbae

#c7aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aefb Color CSS Codes

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

#c7aefb Text Font Color

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

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


#c7aefb Background Color

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

This div background color is #c7aefb


#c7aefb Border Color

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

This div border color is #c7aefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,174,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 #c7aefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aefb

Related Colors


Comments

No comments written yet.

Please login to write comment.