Color Hex Logo

#d50cf5 Color Hex

#D50CF5
(213,12,245)
0 Favorites   0 Comments

Color spaces of #d50cf5

RGB 21312245
HSL0.810.920.50
HSV292°95°96°
CMYK 0.130.950.00   0.04
XYZ44.053521.001788.1180
Yxy21.00170.28760.1371
Hunter Lab45.827691.3915-81.9243
CIE-Lab52.951489.7422-67.4979

#d50cf5 color RGB value is (213,12,245).

#d50cf5 hex color red value is 213, green value is 12 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d50cf5 hue: 0.81 , saturation: 0.92 and the lightness value of d50cf5 is 0.50.

The process color (four color CMYK) of #d50cf5 color hex is 0.13, 0.95, 0.00, 0.04. Web safe color of #d50cf5 is #cc00ff. Color #d50cf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001100 11110101
Octal 325 14 365
Decimal 213 12 245
Hex D5 C F5

RGB Percentages of Color #d50cf5

%45.32
%2.55
%52.13

CMYK Percentages of Color #d50cf5

%13
%95
%0
%4

Triadic Colors of #d50cf5

#d50cf5 #f5d50c #0cf5d5

Analogous Colors of #d50cf5

#d50cf5 #f50ca1 #610cf5

Monochromatic Colors of #d50cf5

#d50cf5

Complementary Color

#d50cf5 #2cf50c

#d50cf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50cf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50cf5 Color CSS Codes

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

#d50cf5 Text Font Color

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

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


#d50cf5 Background Color

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

This div background color is #d50cf5


#d50cf5 Border Color

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

This div border color is #d50cf5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,12,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d50cf5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d50cf5;
  -webkit-box-shadow: 1px 1px 3px 2px #d50cf5;
  box-shadow:         1px 1px 3px 2px #d50cf5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,12,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50cf5


Comments

No comments written yet.

Please login to write comment.