Color Hex Logo

#af7ceb Color Hex

#AF7CEB
(175,124,235)
0 Favorites   0 Comments

Color spaces of #af7ceb

RGB 175124235
HSL0.740.740.70
HSV268°47°92°
CMYK 0.260.470.00   0.08
XYZ39.882229.527482.1946
Yxy29.52740.26310.1948
Hunter Lab54.339135.9166-51.6460
CIE-Lab61.244341.3767-48.9262

#af7ceb color RGB value is (175,124,235).

#af7ceb hex color red value is 175, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #af7ceb hue: 0.74 , saturation: 0.74 and the lightness value of af7ceb is 0.70.

The process color (four color CMYK) of #af7ceb color hex is 0.26, 0.47, 0.00, 0.08. Web safe color of #af7ceb is #9966ff. Color #af7ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111100 11101011
Octal 257 174 353
Decimal 175 124 235
Hex AF 7C EB

RGB Percentages of Color #af7ceb

%32.77
%23.22
%44.01

CMYK Percentages of Color #af7ceb

%26
%47
%0
%8

Triadic Colors of #af7ceb

#af7ceb #ebaf7c #7cebaf

Analogous Colors of #af7ceb

#af7ceb #e77ceb #7c81eb

Monochromatic Colors of #af7ceb

#af7ceb

Complementary Color

#af7ceb #b8eb7c

#af7ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7ceb Color CSS Codes

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

#af7ceb Text Font Color

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

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


#af7ceb Background Color

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

This div background color is #af7ceb


#af7ceb Border Color

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

This div border color is #af7ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7ceb


Comments

No comments written yet.

Please login to write comment.