Color Hex Logo

#c630dd Color Hex

#C630DD
(198,48,221)
0 Favorites   0 Comments

Color spaces of #c630dd

RGB 19848221
HSL0.810.720.53
HSV292°78°87°
CMYK 0.100.780.00   0.13
XYZ37.396819.340170.1686
Yxy19.34010.29470.1524
Hunter Lab43.977474.8296-63.8167
CIE-Lab51.082877.2332-57.0925

#c630dd color RGB value is (198,48,221).

#c630dd hex color red value is 198, green value is 48 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c630dd hue: 0.81 , saturation: 0.72 and the lightness value of c630dd is 0.53.

The process color (four color CMYK) of #c630dd color hex is 0.10, 0.78, 0.00, 0.13. Web safe color of #c630dd is #cc33cc. Color #c630dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110000 11011101
Octal 306 60 335
Decimal 198 48 221
Hex C6 30 DD

RGB Percentages of Color #c630dd

%42.40
%10.28
%47.32

CMYK Percentages of Color #c630dd

%10
%78
%0
%13

Triadic Colors of #c630dd

#c630dd #ddc630 #30ddc6

Analogous Colors of #c630dd

#c630dd #dd309e #7030dd

Monochromatic Colors of #c630dd

#c630dd

Complementary Color

#c630dd #47dd30

#c630dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c630dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c630dd Color CSS Codes

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

#c630dd Text Font Color

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

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


#c630dd Background Color

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

This div background color is #c630dd


#c630dd Border Color

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

This div border color is #c630dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c630dd


Comments

No comments written yet.

Please login to write comment.