Color Hex Logo

#bda5ef Color Hex

#BDA5EF
(189,165,239)
0 Favorites   0 Comments

Color spaces of #bda5ef

RGB 189165239
HSL0.720.700.79
HSV259°31°94°
CMYK 0.210.310.00   0.06
XYZ50.021443.961187.5103
Yxy43.96110.27560.2422
Hunter Lab66.303218.6360-31.8417
CIE-Lab72.202523.5017-33.8768

#bda5ef color RGB value is (189,165,239).

#bda5ef hex color red value is 189, green value is 165 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bda5ef hue: 0.72 , saturation: 0.70 and the lightness value of bda5ef is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100101 11101111
Octal 275 245 357
Decimal 189 165 239
Hex BD A5 EF

RGB Percentages of Color #bda5ef

%31.87
%27.82
%40.30

CMYK Percentages of Color #bda5ef

%21
%31
%0
%6

Triadic Colors of #bda5ef

#bda5ef #efbda5 #a5efbd

Analogous Colors of #bda5ef

#bda5ef #e2a5ef #a5b2ef

Monochromatic Colors of #bda5ef

#bda5ef

Complementary Color

#bda5ef #d7efa5

#bda5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda5ef Color CSS Codes

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

#bda5ef Text Font Color

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

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


#bda5ef Background Color

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

This div background color is #bda5ef


#bda5ef Border Color

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

This div border color is #bda5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda5ef


Comments

No comments written yet.

Please login to write comment.