Color Hex Logo

#bdafe4 Color Hex

#BDAFE4
(189,175,228)
0 Favorites   0 Comments

Color spaces of #bdafe4

RGB 189175228
HSL0.710.500.79
HSV256°23°89°
CMYK 0.170.230.00   0.11
XYZ50.319847.080279.8340
Yxy47.08020.28390.2656
Hunter Lab68.615010.8293-20.9538
CIE-Lab74.241015.5160-24.7578

#bdafe4 color RGB value is (189,175,228).

#bdafe4 hex color red value is 189, green value is 175 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bdafe4 hue: 0.71 , saturation: 0.50 and the lightness value of bdafe4 is 0.79.

The process color (four color CMYK) of #bdafe4 color hex is 0.17, 0.23, 0.00, 0.11. Web safe color of #bdafe4 is #cc99cc. Color #bdafe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 11100100
Octal 275 257 344
Decimal 189 175 228
Hex BD AF E4

RGB Percentages of Color #bdafe4

%31.93
%29.56
%38.51

CMYK Percentages of Color #bdafe4

%17
%23
%0
%11

Triadic Colors of #bdafe4

#bdafe4 #e4bdaf #afe4bd

Analogous Colors of #bdafe4

#bdafe4 #d8afe4 #afbce4

Monochromatic Colors of #bdafe4

#bdafe4

Complementary Color

#bdafe4 #d6e4af

#bdafe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafe4 Color CSS Codes

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

#bdafe4 Text Font Color

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

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


#bdafe4 Background Color

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

This div background color is #bdafe4


#bdafe4 Border Color

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

This div border color is #bdafe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafe4


Comments

No comments written yet.

Please login to write comment.