Color Hex Logo

#c025be Color Hex

#C025BE
(192,37,190)
0 Favorites   0 Comments

Color spaces of #c025be

RGB 19237190
HSL0.840.680.45
HSV301°81°75°
CMYK 0.000.810.01   0.25
XYZ31.694116.247350.1808
Yxy16.24730.32300.1656
Hunter Lab40.307969.8155-45.5967
CIE-Lab47.297373.8904-45.3528

#c025be color RGB value is (192,37,190).

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

The process color (four color CMYK) of #c025be color hex is 0.00, 0.81, 0.01, 0.25. Web safe color of #c025be is #cc33cc. Color #c025be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100101 10111110
Octal 300 45 276
Decimal 192 37 190
Hex C0 25 BE

RGB Percentages of Color #c025be

%45.82
%8.83
%45.35

CMYK Percentages of Color #c025be

%0
%81
%1
%25

Triadic Colors of #c025be

#c025be #bec025 #25bec0

Analogous Colors of #c025be

#c025be #c02571 #7525c0

Monochromatic Colors of #c025be

#c025be

Complementary Color

#c025be #25c027

#c025be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c025be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c025be Color CSS Codes

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

#c025be Text Font Color

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

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


#c025be Background Color

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

This div background color is #c025be


#c025be Border Color

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

This div border color is #c025be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,37,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 #c025be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c025be


Comments

No comments written yet.

Please login to write comment.