Color Hex Logo

#c652eb Color Hex

#C652EB
(198,82,235)
0 Favorites   0 Comments

Color spaces of #c652eb

RGB 19882235
HSL0.790.790.62
HSV285°65°92°
CMYK 0.160.650.00   0.08
XYZ41.301424.038581.0603
Yxy24.03850.28210.1642
Hunter Lab49.029164.5650-63.7045
CIE-Lab56.126367.8254-56.9088

#c652eb color RGB value is (198,82,235).

#c652eb hex color red value is 198, green value is 82 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c652eb hue: 0.79 , saturation: 0.79 and the lightness value of c652eb is 0.62.

The process color (four color CMYK) of #c652eb color hex is 0.16, 0.65, 0.00, 0.08. Web safe color of #c652eb is #cc66ff. Color #c652eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010010 11101011
Octal 306 122 353
Decimal 198 82 235
Hex C6 52 EB

RGB Percentages of Color #c652eb

%38.45
%15.92
%45.63

CMYK Percentages of Color #c652eb

%16
%65
%0
%8

Triadic Colors of #c652eb

#c652eb #ebc652 #52ebc6

Analogous Colors of #c652eb

#c652eb #eb52c4 #7a52eb

Monochromatic Colors of #c652eb

#c652eb

Complementary Color

#c652eb #77eb52

#c652eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c652eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c652eb Color CSS Codes

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

#c652eb Text Font Color

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

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


#c652eb Background Color

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

This div background color is #c652eb


#c652eb Border Color

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

This div border color is #c652eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c652eb


Comments

No comments written yet.

Please login to write comment.