Color Hex Logo

#c252d7 Color Hex

#C252D7
(194,82,215)
0 Favorites   0 Comments

Color spaces of #c252d7

RGB 19482215
HSL0.810.620.58
HSV291°62°84°
CMYK 0.100.620.00   0.16
XYZ37.531222.410266.6375
Yxy22.41020.29650.1770
Hunter Lab47.339458.6728-50.3222
CIE-Lab54.459663.1164-48.3226

#c252d7 color RGB value is (194,82,215).

#c252d7 hex color red value is 194, green value is 82 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #c252d7 hue: 0.81 , saturation: 0.62 and the lightness value of c252d7 is 0.58.

The process color (four color CMYK) of #c252d7 color hex is 0.10, 0.62, 0.00, 0.16. Web safe color of #c252d7 is #cc66cc. Color #c252d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010010 11010111
Octal 302 122 327
Decimal 194 82 215
Hex C2 52 D7

RGB Percentages of Color #c252d7

%39.51
%16.70
%43.79

CMYK Percentages of Color #c252d7

%10
%62
%0
%16

Triadic Colors of #c252d7

#c252d7 #d7c252 #52d7c2

Analogous Colors of #c252d7

#c252d7 #d752aa #8052d7

Monochromatic Colors of #c252d7

#c252d7

Complementary Color

#c252d7 #67d752

#c252d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c252d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c252d7 Color CSS Codes

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

#c252d7 Text Font Color

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

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


#c252d7 Background Color

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

This div background color is #c252d7


#c252d7 Border Color

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

This div border color is #c252d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c252d7


Comments

No comments written yet.

Please login to write comment.