Color Hex Logo

#cd30ff Color Hex

#CD30FF
(205,48,255)
0 Favorites   0 Comments

Color spaces of #cd30ff

RGB 20548255
HSL0.791.000.59
HSV286°81°100°
CMYK 0.200.810.00   0.00
XYZ44.283822.313096.5806
Yxy22.31300.27140.1367
Hunter Lab47.236684.6776-88.1594
CIE-Lab54.357584.3541-70.8584

#cd30ff color RGB value is (205,48,255).

#cd30ff hex color red value is 205, green value is 48 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cd30ff hue: 0.79 , saturation: 1.00 and the lightness value of cd30ff is 0.59.

The process color (four color CMYK) of #cd30ff color hex is 0.20, 0.81, 0.00, 0.00. Web safe color of #cd30ff is #cc33ff. Color #cd30ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110000 11111111
Octal 315 60 377
Decimal 205 48 255
Hex CD 30 FF

RGB Percentages of Color #cd30ff

%40.35
%9.45
%50.20

CMYK Percentages of Color #cd30ff

%20
%81
%0
%0

Triadic Colors of #cd30ff

#cd30ff #ffcd30 #30ffcd

Analogous Colors of #cd30ff

#cd30ff #ff30ca #6630ff

Monochromatic Colors of #cd30ff

#cd30ff

Complementary Color

#cd30ff #62ff30

#cd30ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd30ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd30ff Color CSS Codes

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

#cd30ff Text Font Color

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

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


#cd30ff Background Color

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

This div background color is #cd30ff


#cd30ff Border Color

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

This div border color is #cd30ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd30ff


Comments

No comments written yet.

Please login to write comment.