Color Hex Logo

#bd85ef Color Hex

#BD85EF
(189,133,239)
0 Favorites   0 Comments

Color spaces of #bd85ef

RGB 189133239
HSL0.750.770.73
HSV272°44°94°
CMYK 0.210.440.00   0.06
XYZ44.953833.825985.8211
Yxy33.82590.27310.2055
Hunter Lab58.160036.1884-46.7764
CIE-Lab64.824141.1845-45.3939

#bd85ef color RGB value is (189,133,239).

#bd85ef hex color red value is 189, green value is 133 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bd85ef hue: 0.75 , saturation: 0.77 and the lightness value of bd85ef is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 11101111
Octal 275 205 357
Decimal 189 133 239
Hex BD 85 EF

RGB Percentages of Color #bd85ef

%33.69
%23.71
%42.60

CMYK Percentages of Color #bd85ef

%21
%44
%0
%6

Triadic Colors of #bd85ef

#bd85ef #efbd85 #85efbd

Analogous Colors of #bd85ef

#bd85ef #ef85ec #8885ef

Monochromatic Colors of #bd85ef

#bd85ef

Complementary Color

#bd85ef #b7ef85

#bd85ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd85ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd85ef Color CSS Codes

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

#bd85ef Text Font Color

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

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


#bd85ef Background Color

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

This div background color is #bd85ef


#bd85ef Border Color

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

This div border color is #bd85ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd85ef


Comments

No comments written yet.

Please login to write comment.