color codes Logo

#c652fb color codes

#C652FB
(198,82,251)
0 Favorites   0 Comments

Color spaces of #c652fb

RGB 19882251
HSL0.780.950.65
HSV281°67°98°
CMYK 0.210.670.00   0.02
XYZ43.718625.005493.7891
Yxy25.00540.26900.1539
Hunter Lab50.005468.5491-76.1993
CIE-Lab57.080770.9603-64.2938

#c652fb color RGB value is (198,82,251).

#c652fb hex color red value is 198, green value is 82 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c652fb hue: 0.78 , saturation: 0.95 and the lightness value of c652fb is 0.65.

The process color (four color CMYK) of #c652fb color code is 0.21, 0.67, 0.00, 0.02. Web safe color of #c652fb is #cc66ff. Color #c652fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010010 11111011
Octal 306 122 373
Decimal 198 82 251
Hex C6 52 FB

RGB Percentages of Color #c652fb

%37.29
%15.44
%47.27

CMYK Percentages of Color #c652fb

%21
%67
%0
%2

Triadic Colors of #c652fb

#c652fb #fbc652 #52fbc6

Analogous Colors of #c652fb

#c652fb #fb52dc #7252fb

Monochromatic Colors of #c652fb

#c652fb

Complementary Color

#c652fb #87fb52

#c652fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c652fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c652fb Color CSS Codes

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

#c652fb Text Font Color

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

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


#c652fb Background Color

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

This div background color is #c652fb


#c652fb Border Color

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

This div border color is #c652fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c652fb


Comments

No comments written yet.

Please login to write comment.