Color Hex Logo

#b074ee Color Hex

#B074EE
(176,116,238)
0 Favorites   0 Comments

Color spaces of #b074ee

RGB 176116238
HSL0.750.780.69
HSV270°51°93°
CMYK 0.260.510.00   0.07
XYZ39.582527.893984.1868
Yxy27.89390.26100.1839
Hunter Lab52.814741.3530-57.5382
CIE-Lab59.792846.6933-52.8884

#b074ee color RGB value is (176,116,238).

#b074ee hex color red value is 176, green value is 116 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b074ee hue: 0.75 , saturation: 0.78 and the lightness value of b074ee is 0.69.

The process color (four color CMYK) of #b074ee color hex is 0.26, 0.51, 0.00, 0.07. Web safe color of #b074ee is #9966ff. Color #b074ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110100 11101110
Octal 260 164 356
Decimal 176 116 238
Hex B0 74 EE

RGB Percentages of Color #b074ee

%33.21
%21.89
%44.91

CMYK Percentages of Color #b074ee

%26
%51
%0
%7

Triadic Colors of #b074ee

#b074ee #eeb074 #74eeb0

Analogous Colors of #b074ee

#b074ee #ed74ee #7475ee

Monochromatic Colors of #b074ee

#b074ee

Complementary Color

#b074ee #b2ee74

#b074ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b074ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b074ee Color CSS Codes

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

#b074ee Text Font Color

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

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


#b074ee Background Color

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

This div background color is #b074ee


#b074ee Border Color

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

This div border color is #b074ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,116,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b074ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b074ee;
  -webkit-box-shadow: 1px 1px 3px 2px #b074ee;
  box-shadow:         1px 1px 3px 2px #b074ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,116,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b074ee


Comments

No comments written yet.

Please login to write comment.