Color Hex Logo

#d633fb Color Hex

#D633FB
(214,51,251)
0 Favorites   0 Comments

Color spaces of #d633fb

RGB 21451251
HSL0.800.960.59
HSV289°80°98°
CMYK 0.150.800.00   0.02
XYZ46.328023.628893.3859
Yxy23.62880.28360.1447
Hunter Lab48.609585.0556-79.8781
CIE-Lab55.714284.3813-66.3767

#d633fb color RGB value is (214,51,251).

#d633fb hex color red value is 214, green value is 51 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d633fb hue: 0.80 , saturation: 0.96 and the lightness value of d633fb is 0.59.

The process color (four color CMYK) of #d633fb color hex is 0.15, 0.80, 0.00, 0.02. Web safe color of #d633fb is #cc33ff. Color #d633fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110011 11111011
Octal 326 63 373
Decimal 214 51 251
Hex D6 33 FB

RGB Percentages of Color #d633fb

%41.47
%9.88
%48.64

CMYK Percentages of Color #d633fb

%15
%80
%0
%2

Triadic Colors of #d633fb

#d633fb #fbd633 #33fbd6

Analogous Colors of #d633fb

#d633fb #fb33bc #7233fb

Monochromatic Colors of #d633fb

#d633fb

Complementary Color

#d633fb #58fb33

#d633fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d633fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d633fb Color CSS Codes

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

#d633fb Text Font Color

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

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


#d633fb Background Color

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

This div background color is #d633fb


#d633fb Border Color

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

This div border color is #d633fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,51,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d633fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d633fb;
  -webkit-box-shadow: 1px 1px 3px 2px #d633fb;
  box-shadow:         1px 1px 3px 2px #d633fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,51,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d633fb

Related Colors


Comments

No comments written yet.

Please login to write comment.