Color Hex Logo

#ca30be Color Hex

#CA30BE
(202,48,190)
0 Favorites   0 Comments

Color spaces of #ca30be

RGB 20248190
HSL0.850.620.49
HSV305°76°79°
CMYK 0.000.760.06   0.21
XYZ34.708318.388250.4351
Yxy18.38820.33520.1776
Hunter Lab42.881569.4355-39.7170
CIE-Lab49.963673.0580-41.0162

#ca30be color RGB value is (202,48,190).

#ca30be hex color red value is 202, green value is 48 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ca30be hue: 0.85 , saturation: 0.62 and the lightness value of ca30be is 0.49.

The process color (four color CMYK) of #ca30be color hex is 0.00, 0.76, 0.06, 0.21. Web safe color of #ca30be is #cc33cc. Color #ca30be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110000 10111110
Octal 312 60 276
Decimal 202 48 190
Hex CA 30 BE

RGB Percentages of Color #ca30be

%45.91
%10.91
%43.18

CMYK Percentages of Color #ca30be

%0
%76
%6
%21

Triadic Colors of #ca30be

#ca30be #beca30 #30beca

Analogous Colors of #ca30be

#ca30be #ca3071 #8930ca

Monochromatic Colors of #ca30be

#ca30be

Complementary Color

#ca30be #30ca3c

#ca30be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca30be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca30be Color CSS Codes

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

#ca30be Text Font Color

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

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


#ca30be Background Color

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

This div background color is #ca30be


#ca30be Border Color

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

This div border color is #ca30be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca30be


Comments

No comments written yet.

Please login to write comment.