Color Hex Logo

#c250de Color Hex

#C250DE
(194,80,222)
0 Favorites   0 Comments

Color spaces of #c250de

RGB 19480222
HSL0.800.680.59
HSV288°64°87°
CMYK 0.130.640.00   0.13
XYZ38.301622.480671.4277
Yxy22.48060.28970.1700
Hunter Lab47.413761.2213-56.1295
CIE-Lab54.533365.2917-52.1706

#c250de color RGB value is (194,80,222).

#c250de hex color red value is 194, green value is 80 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c250de hue: 0.80 , saturation: 0.68 and the lightness value of c250de is 0.59.

The process color (four color CMYK) of #c250de color hex is 0.13, 0.64, 0.00, 0.13. Web safe color of #c250de is #cc66cc. Color #c250de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010000 11011110
Octal 302 120 336
Decimal 194 80 222
Hex C2 50 DE

RGB Percentages of Color #c250de

%39.11
%16.13
%44.76

CMYK Percentages of Color #c250de

%13
%64
%0
%13

Triadic Colors of #c250de

#c250de #dec250 #50dec2

Analogous Colors of #c250de

#c250de #de50b3 #7b50de

Monochromatic Colors of #c250de

#c250de

Complementary Color

#c250de #6cde50

#c250de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c250de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c250de Color CSS Codes

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

#c250de Text Font Color

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

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


#c250de Background Color

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

This div background color is #c250de


#c250de Border Color

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

This div border color is #c250de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c250de


Comments

No comments written yet.

Please login to write comment.