Color Hex Logo

#c010be Color Hex

#C010BE
(192,16,190)
0 Favorites   0 Comments

Color spaces of #c010be

RGB 19216190
HSL0.840.850.41
HSV301°92°75°
CMYK 0.000.920.01   0.25
XYZ31.217815.294850.0220
Yxy15.29480.32340.1584
Hunter Lab39.108674.0448-48.4592
CIE-Lab46.035477.5842-47.3654

#c010be color RGB value is (192,16,190).

#c010be hex color red value is 192, green value is 16 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c010be hue: 0.84 , saturation: 0.85 and the lightness value of c010be is 0.41.

The process color (four color CMYK) of #c010be color hex is 0.00, 0.92, 0.01, 0.25. Web safe color of #c010be is #cc00cc. Color #c010be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010000 10111110
Octal 300 20 276
Decimal 192 16 190
Hex C0 10 BE

RGB Percentages of Color #c010be

%48.24
%4.02
%47.74

CMYK Percentages of Color #c010be

%0
%92
%1
%25

Triadic Colors of #c010be

#c010be #bec010 #10bec0

Analogous Colors of #c010be

#c010be #c01066 #6a10c0

Monochromatic Colors of #c010be

#c010be

Complementary Color

#c010be #10c012

#c010be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c010be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c010be Color CSS Codes

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

#c010be Text Font Color

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

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


#c010be Background Color

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

This div background color is #c010be


#c010be Border Color

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

This div border color is #c010be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,16,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c010be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c010be;
  -webkit-box-shadow: 1px 1px 3px 2px #c010be;
  box-shadow:         1px 1px 3px 2px #c010be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,16,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c010be


Comments

No comments written yet.

Please login to write comment.