Color Hex Logo

#b02ddf Color Hex

#B02DDF
(176,45,223)
0 Favorites   0 Comments

Color spaces of #b02ddf

RGB 17645223
HSL0.790.740.53
HSV284°80°87°
CMYK 0.210.800.00   0.13
XYZ32.162216.434671.2891
Yxy16.43460.26830.1371
Hunter Lab40.539670.6691-75.8840
CIE-Lab47.539674.5447-64.1161

#b02ddf color RGB value is (176,45,223).

#b02ddf hex color red value is 176, green value is 45 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b02ddf hue: 0.79 , saturation: 0.74 and the lightness value of b02ddf is 0.53.

The process color (four color CMYK) of #b02ddf color hex is 0.21, 0.80, 0.00, 0.13. Web safe color of #b02ddf is #9933cc. Color #b02ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101101 11011111
Octal 260 55 337
Decimal 176 45 223
Hex B0 2D DF

RGB Percentages of Color #b02ddf

%39.64
%10.14
%50.23

CMYK Percentages of Color #b02ddf

%21
%80
%0
%13

Triadic Colors of #b02ddf

#b02ddf #dfb02d #2ddfb0

Analogous Colors of #b02ddf

#b02ddf #df2db5 #572ddf

Monochromatic Colors of #b02ddf

#b02ddf

Complementary Color

#b02ddf #5cdf2d

#b02ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02ddf Color CSS Codes

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

#b02ddf Text Font Color

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

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


#b02ddf Background Color

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

This div background color is #b02ddf


#b02ddf Border Color

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

This div border color is #b02ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02ddf


Comments

No comments written yet.

Please login to write comment.