Color Hex Logo

#cd50fa Color Hex

#CD50FA
(205,80,250)
0 Favorites   0 Comments

Color spaces of #cd50fa

RGB 20580250
HSL0.790.940.65
HSV284°68°98°
CMYK 0.180.680.00   0.02
XYZ45.300825.618692.9997
Yxy25.61860.27640.1563
Hunter Lab50.614871.1835-73.5091
CIE-Lab57.673273.0072-62.7368

#cd50fa color RGB value is (205,80,250).

#cd50fa hex color red value is 205, green value is 80 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cd50fa hue: 0.79 , saturation: 0.94 and the lightness value of cd50fa is 0.65.

The process color (four color CMYK) of #cd50fa color hex is 0.18, 0.68, 0.00, 0.02. Web safe color of #cd50fa is #cc66ff. Color #cd50fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010000 11111010
Octal 315 120 372
Decimal 205 80 250
Hex CD 50 FA

RGB Percentages of Color #cd50fa

%38.32
%14.95
%46.73

CMYK Percentages of Color #cd50fa

%18
%68
%0
%2

Triadic Colors of #cd50fa

#cd50fa #facd50 #50facd

Analogous Colors of #cd50fa

#cd50fa #fa50d2 #7850fa

Monochromatic Colors of #cd50fa

#cd50fa

Complementary Color

#cd50fa #7dfa50

#cd50fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd50fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd50fa Color CSS Codes

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

#cd50fa Text Font Color

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

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


#cd50fa Background Color

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

This div background color is #cd50fa


#cd50fa Border Color

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

This div border color is #cd50fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,80,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd50fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd50fa;
  -webkit-box-shadow: 1px 1px 3px 2px #cd50fa;
  box-shadow:         1px 1px 3px 2px #cd50fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,80,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd50fa

Related Colors


Comments

No comments written yet.

Please login to write comment.