Color Hex Logo

#c230be Color Hex

#C230BE
(194,48,190)
0 Favorites   0 Comments

Color spaces of #c230be

RGB 19448190
HSL0.840.600.47
HSV302°75°76°
CMYK 0.000.750.02   0.24
XYZ32.599417.300950.3364
Yxy17.30090.32520.1726
Hunter Lab41.594467.1085-42.6352
CIE-Lab48.637071.3863-43.2025

#c230be color RGB value is (194,48,190).

#c230be hex color red value is 194, green value is 48 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c230be hue: 0.84 , saturation: 0.60 and the lightness value of c230be is 0.47.

The process color (four color CMYK) of #c230be color hex is 0.00, 0.75, 0.02, 0.24. Web safe color of #c230be is #cc33cc. Color #c230be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110000 10111110
Octal 302 60 276
Decimal 194 48 190
Hex C2 30 BE

RGB Percentages of Color #c230be

%44.91
%11.11
%43.98

CMYK Percentages of Color #c230be

%0
%75
%2
%24

Triadic Colors of #c230be

#c230be #bec230 #30bec2

Analogous Colors of #c230be

#c230be #c23075 #7d30c2

Monochromatic Colors of #c230be

#c230be

Complementary Color

#c230be #30c234

#c230be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c230be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c230be Color CSS Codes

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

#c230be Text Font Color

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

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


#c230be Background Color

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

This div background color is #c230be


#c230be Border Color

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

This div border color is #c230be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c230be


Comments

No comments written yet.

Please login to write comment.